Release 10.1A: OpenEdge Data Management:
SQL Development
Using the UPDATE statement
The
UPDATEstatement updates the rows and columns of the specified table with the given values for rows that satisfy the search_condition. TheUPDATEstatement uses the following syntax:Syntax
assignment:
In Example 6–7, a simple
UPDATEstatement is used to revise the credit limit of all customers in theCustomertable.
Use the
WHEREclause to identify a specific column and row to be updated, as shown in Example 6–8.
For more information on the
UPDATEstatement, see OpenEdge Data Management: SQL Reference .
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |